Result = string.sub(Result, 1, -3) .. " and " .. Item[ # Item ];
else
Result = Result .. Item[ # Item ];
end
return Result;
end
DeadCrew = {};
c = 0;
for i = 1, 3 do
CrewName = KillRandomCrewMember();
if CrewName ~= "" then
DeadCrew[c] = CrewName;
c = c + 1;
end
end
ShowStoryText("The crew look at you incredulously as you do nothing to stop them being ushered towards the simmering pot. A few more minutes of being drizzled with various oils and " .. DeadCrew[0] .. " rolls his eyes, signalling the crew to put up a fight. At such a severe disadvantage the battle is costly indeed. " .. MakePrettyList(DeadCrew) .. " are lost, but somehow you manage to find a window of opportunity to break through and flee back to your ship. However, it will take you several days to fully recover.");
AddDays(4);
AddCaptainsLog("Escaped from a tribe of savage cannibals. In retrospect I could have been more proactive.");